-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPP Gaussian filter HOST #478
base: develop
Are you sure you want to change the base?
Conversation
r-abishek
commented
Nov 20, 2024
- Adds gaussian filter tensor on host
- Support for U8/F16/F32/I8, and NCHW/NHWC with toggle variants
- Support for kernel size 3/5/7/9
- Relevant Unit/Perf/QA tests
code cleanup Add golden output
RPP Gaussian Filter Tensor HOST
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two minor changes to the changelog that are required for the purposes of the release notes script.
@@ -2,7 +2,14 @@ | |||
|
|||
Full documentation for RPP is available at [https://rocm.docs.amd.com/projects/rpp/en/latest](https://rocm.docs.amd.com/projects/rpp/en/latest) | |||
|
|||
## (Unreleased) RPP 1.9.4 | |||
## RPP 1.9.5 (Unreleased) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## RPP 1.9.5 (Unreleased) | |
## (Unreleased) RPP 1.9.5 |
The unreleased versions need to be labelled with (Unreleased) first in order to not be picked up by the release notes script.
## (Unreleased) RPP 1.9.4 | ||
## RPP 1.9.5 (Unreleased) | ||
|
||
### Changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Changes | |
### Changed |